lexical analyzer造句
例句與造句
- The scanner is sometimes called a lexical analyzer .
掃描程序有時(shí)又把它稱(chēng)為詞法分析程序。 - Flex , a lexical analyzer generator
Flex ,這是一個(gè)詞匯分析器生成器 - Lex : a lexical analyzer generator
Lex :一個(gè)詞匯分析器生成器 - A lexical analyzer isn t a handheld gizmo you get on a sci - fi show
詞匯分析器不是在科幻展示中可以看到的小發(fā)明。 - Write a lexical analyzer to process input and pass tokens to the parser
編寫(xiě)一個(gè)詞法分析器來(lái)處理輸入并將標(biāo)記傳遞給解析器。 - It's difficult to find lexical analyzer in a sentence. 用lexical analyzer造句挺難的
- Bison is used to generate parsers ; flex is used to generate lexical analyzers
Bison用來(lái)生成語(yǔ)法分析器; flex用來(lái)生成詞匯分析器。 - For instance , a simple lexical analyzer might count the words in its input
例如,一個(gè)簡(jiǎn)單的詞匯分析器可能會(huì)為輸入的單詞進(jìn)行計(jì)數(shù)。 - It consists of a series of rules that lex translates into the lexical analyzer
它由一系列規(guī)則構(gòu)成, lex將這些規(guī)則翻譯為詞匯分析器。 - Lex takes a specification file and builds a corresponding lexical analyzer , coded in c
Lex可以接受規(guī)范文件并構(gòu)建一個(gè)相應(yīng)的詞匯分析器(用c編寫(xiě)的) 。 - Is passed through the lex utility , and produces output files in c . these file are compiled to produce an executable version of the lexical analyzer
. lex的擴(kuò)展名)通過(guò)lex公用程序來(lái)傳遞,并生成c的輸出文件。這些文件被編譯為詞法分析器的可執(zhí)行版本。